home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / man / manpages.zoo / cat.1 < prev    next >
Encoding:
Text File  |  1991-11-11  |  1.4 KB  |  67 lines

  1.  
  2.  
  3.  
  4. CAT(1L)                                                   CAT(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      cat - concatenate files and print on the standard output
  10.  
  11. SYNOPSIS
  12.      cat [-benstuvAET] [+number] [+number-nonblank] [+squeeze-
  13.      blank] [+show-nonprinting] [+show-ends] [+show-tabs]
  14.      [+show-all] [file...]
  15.  
  16. DESCRIPTION
  17.      This manual page documents the GNU version of cat.  cat
  18.      writes the contents of each given file, or the standard
  19.      input if none are given or when a file named `-' is given,
  20.      to the standard output.
  21.  
  22.      OPTIONS
  23.  
  24.      -_✓b, +_✓n_✓u_✓m_✓b_✓e_✓r-_✓n_✓o_✓n_✓b_✓l_✓a_✓n_✓k
  25.           Number all nonblank output lines, starting with 1.
  26.  
  27.      -_✓e   Equivalent to -_✓v_✓E.
  28.  
  29.      -_✓n, +_✓n_✓u_✓m_✓b_✓e_✓r
  30.           Number all output lines, starting with 1.
  31.  
  32.      -_✓s, +_✓s_✓q_✓u_✓e_✓e_✓z_✓e-_✓b_✓l_✓a_✓n_✓k
  33.           Replace multiple adjacent blank lines with a single
  34.           blank line.
  35.  
  36.      -_✓t   Equivalent to -_✓v_✓T.
  37.  
  38.      -_✓u   Ignored; for Unix compatibility.
  39.  
  40.      -_✓v, +_✓s_✓h_✓o_✓w-_✓n_✓o_✓n_✓p_✓r_✓i_✓n_✓t_✓i_✓n_✓g
  41.           Display control characters except for LFD and TAB using
  42.           `^' notation and precede characters that have the high
  43.           bit set with `M-'.
  44.  
  45.      -_✓A, +_✓s_✓h_✓o_✓w-_✓a_✓l_✓l
  46.           Equivalent to -_✓v_✓E_✓T.
  47.  
  48.      -_✓E, +_✓s_✓h_✓o_✓w-_✓e_✓n_✓d_✓s
  49.           Display a `$' after the end of each line.
  50.  
  51.      -_✓T, +_✓s_✓h_✓o_✓w-_✓t_✓a_✓b_✓s
  52.           Display TAB characters as `^I'.
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.